runtime.m.libcallg (field)

4 uses

	runtime (current package)
		proc.go#L4514: 		if usesLibcall() && mp.libcallg != 0 && mp.libcallpc != 0 && mp.libcallsp != 0 {
		proc.go#L4517: 			n = gentraceback(mp.libcallpc, mp.libcallsp, 0, mp.libcallg.ptr(), 0, &stk[0], len(stk), nil, nil, 0)
		runtime2.go#L572: 	libcallg  guintptr
		traceback.go#L796: 		traceback1(gp.m.libcallpc, gp.m.libcallsp, 0, gp.m.libcallg.ptr(), 0)